Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632451 Views

Latest files of /cody/frontendcharm/Mini-Projects/LOADERS/Infinity ∞ Loader Animation Using Three.js

style.css cody/frontendcharm/Mini-Projects/LOADERS/Infinity ∞ Loader Animation Using Three.js/style.css
103 Views
0 Comments
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}

* {
box-sizing: inherit;
}
index.html cody/frontendcharm/Mini-Projects/LOADERS/Infinity ∞ Loader Animation Using Three.js/index.html
309 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Infinity ∞ Loader Animation Using Three.js</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
script.js cody/frontendcharm/Mini-Projects/LOADERS/Infinity ∞ Loader Animation Using Three.js/script.js
170 Views
0 Comments
$(document).ready(function () {
let $canvas = $("#loader canvas"),
canvas = $canvas[0],
renderer = new THREE.WebGLRenderer({
canvas: canvas,
context: canvas.getContext("webgl2"),
antialias: true,
alpha: true